home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Changed / card_9933.txt < prev    next >
Text File  |  1988-07-18  |  8KB  |  292 lines

  1. -- card: 9933 from stack: in
  2. -- bmap block id: 10009
  3. -- flags: 0000
  4. -- background id: 6699
  5. -- name: Composition
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide card field "Mask"
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 6 (button)
  14. -- low flags: 80
  15. -- high flags: A004
  16. -- rect: left=7 top=315 right=340 bottom=494
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Self-Check
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   visual iris close
  28.   hide card button "Self-Check"
  29.   show card button "left"
  30.   show card button "right"
  31.   pop card
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part 17 (field)
  37. -- low flags: 80
  38. -- high flags: 2007
  39. -- rect: left=54 top=162 right=278 bottom=335
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 10
  45. -- style flags: 0
  46. -- line height: 13
  47. -- part name: Grayscale
  48.  
  49.  
  50. -- part 18 (field)
  51. -- low flags: 80
  52. -- high flags: 2007
  53. -- rect: left=8 top=187 right=303 bottom=289
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 10
  59. -- style flags: 0
  60. -- line height: 13
  61. -- part name: Halftone
  62.  
  63.  
  64. -- part 19 (field)
  65. -- low flags: 80
  66. -- high flags: 2007
  67. -- rect: left=90 top=176 right=292 bottom=371
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 10
  73. -- style flags: 0
  74. -- line height: 13
  75. -- part name: Line Art
  76.  
  77.  
  78. -- part 20 (field)
  79. -- low flags: 80
  80. -- high flags: 2007
  81. -- rect: left=48 top=176 right=292 bottom=329
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 3
  86. -- text size: 10
  87. -- style flags: 0
  88. -- line height: 13
  89. -- part name: Preview
  90.  
  91.  
  92. -- part 27 (button)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=220 top=308 right=342 bottom=263
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 21700 / 21700
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: 
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   visual effect zoom open
  107.   go to stack "Apple Scanner"
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 29 (field)
  113. -- low flags: 80
  114. -- high flags: 2004
  115. -- rect: left=18 top=67 right=267 bottom=212
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 0
  119. -- font id: 3
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Note
  124.  
  125.  
  126. -- part 31 (button)
  127. -- low flags: 00
  128. -- high flags: 2000
  129. -- rect: left=441 top=280 right=303 bottom=465
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Right
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   visual wipe left slowly
  141.   go next card
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part 32 (button)
  147. -- low flags: 00
  148. -- high flags: 2000
  149. -- rect: left=404 top=280 right=303 bottom=428
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: Left
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   visual zoom in to card
  161.   pop card
  162. end mouseUp
  163.  
  164.  
  165.  
  166. -- part 36 (field)
  167. -- low flags: 01
  168. -- high flags: 2004
  169. -- rect: left=18 top=67 right=268 bottom=213
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 0
  173. -- font id: 3
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: Target
  178.  
  179.  
  180. -- part 41 (field)
  181. -- low flags: 00
  182. -- high flags: 0001
  183. -- rect: left=431 top=276 right=306 bottom=475
  184. -- title width / last selected line: 0
  185. -- icon id / first selected line: 0 / 0
  186. -- text alignment: 0
  187. -- font id: 3
  188. -- text size: 12
  189. -- style flags: 0
  190. -- line height: 16
  191. -- part name: 
  192.  
  193.  
  194. -- part 42 (field)
  195. -- low flags: 81
  196. -- high flags: 0000
  197. -- rect: left=219 top=91 right=258 bottom=485
  198. -- title width / last selected line: 0
  199. -- icon id / first selected line: 0 / 0
  200. -- text alignment: 0
  201. -- font id: 3
  202. -- text size: 12
  203. -- style flags: 0
  204. -- line height: 16
  205. -- part name: Mask
  206. ----- HyperTalk script -----
  207. on mouseUp
  208.   visual zoom in to card
  209.   pop card
  210. end mouseUp
  211.  
  212.  
  213.  
  214. -- part 58 (button)
  215. -- low flags: 00
  216. -- high flags: A003
  217. -- rect: left=129 top=283 right=304 bottom=199
  218. -- title width / last selected line: 0
  219. -- icon id / first selected line: 0 / 0
  220. -- text alignment: 1
  221. -- font id: 0
  222. -- text size: 12
  223. -- style flags: 0
  224. -- line height: 16
  225. -- part name: Next...
  226. ----- HyperTalk script -----
  227. on mouseUp
  228.   visual dissolve to card
  229.   go to next card
  230. end mouseUp
  231.  
  232.  
  233.  
  234. -- part contents for card part 17
  235. ----- text -----
  236. Grayscale
  237.  
  238. Instructs the scanner to scan the original within the single scan area with Grayscale composition.  Grayscale composition uses 4 bits per pixel to represent 16 different shades of gray.  At a resolution of 300 dots per inch, a grayscale scan records 1200 bits of information per inch for each horizontal inch scanned, or 360,000 bits per square inch.
  239.  
  240. Grayscale composition can be used for only one scan area.  No other scan areas can be present.  The scan area designated as Grayscale composition is indicated in the Scanner window by a wide dark dotted line.
  241.  
  242. When creating a Grayscale composition scan area, AppleScan enables the Contrast & Brightness settings.  Choose Contrast and Brightness to set the contrast and brightness levels.
  243.  
  244. When a window contains a grayscale image, the window title in the View menu displays a Grayscale icon.
  245.  
  246. A grayscale image can be displayed on any monitor that can display 16 shades of gray, such as a color monitor or a high-resolution monitor.  The correct monitor setting for the Macintosh II with an extended video card is 8-bits grayscale, 256 levels.  You change this setting in the Control Panel.
  247.  
  248. If the monitor being used cannot display 16 shades of gray, AppleScan displays the image in black and white.  Displaying the image as Line Art composition does not effect the grayscale information in memory or in a saved document.
  249.  
  250. Grayscale images can be converted to halftone or line art by using the Converter.  A conversion can be performed immediately, or save the grayscale image and convert it at a later time.  
  251.  
  252.  
  253.  
  254. -- part contents for card part 18
  255. ----- text -----
  256. Halftone
  257.  
  258. This setting selectes the pattern to be used when scanning in the halftone mode.  The setting effects Halftone composition scans and conversions of grayscale images to halftone.   The halftone pattern is a 4‚Äîby‚Äî4 dither matrix that determines the manner in which shades of gray are presented in the scanned image.  
  259.  
  260. Use the Locator tool to display a representative area of the image to use with the Halftone Pattern setting.  You can see and print this area using different halftone patterns.    Refer to the Setting dialog box.
  261.  
  262.  
  263.  
  264.  
  265.  
  266. -- part contents for card part 19
  267. ----- text -----
  268. Line Art
  269.  
  270.  
  271.  
  272. -- part contents for card part 20
  273. ----- text -----
  274. Preview
  275.  
  276. Instructs the scanner to perform a 75 dots per inch (dpi) resolution, 100% scale, in Line Art composition.
  277.  
  278. A preview is effected by the Threshold setting and the Graymap setting.  Typically, Preview is used to obtain a rough scan image to set scan areas prior to using Scan.
  279.  
  280. A preview scans the entire scanner glass, ignoring any scan areas set in the Scanner window.
  281.  
  282.  
  283. -- part contents for card part 29
  284. ----- text -----
  285.  
  286. NOTE:  The Scan Control Panel provides access to the same controls and instructions as the Scan menu.  You can operate the scanner by using either the Scan Control Panel or the Scan menu, depending on you preference.
  287.  
  288.  
  289.  
  290. -- part contents for card part 36
  291. ----- text -----
  292. You can use one of three compositions ‚Äî Line Art, Halftone, or Grayscale.  A line art composition scan records only black and white from the original.  A halftone composition scan records gray shades on the original, using a pattern of black and white dots to represent these shades.